github.com/klauspost/compress/flate.hcode.len (method)
18 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L281: cgnl[i] = litEnc.codes[i].len()
huffman_bit_writer.go#L286: cgnl[i] = offEnc.codes[i].len()
huffman_bit_writer.go#L424: w.nbits += c.len()
huffman_bit_writer.go#L472: value := uint(w.codegenEncoding.codes[codegenOrder[i]].len())
huffman_bit_writer.go#L665: newSize += int(w.literalEncoding.codes[endBlockMarker].len()) + newSize>>w.logNewTablePenalty
huffman_bit_writer.go#L853: nbits += c.len()
huffman_bit_writer.go#L880: nbits += c.len()
huffman_bit_writer.go#L927: nbits += c.len()
huffman_bit_writer.go#L1121: bits |= b.code64() << ((nbits + a.len()) & 63)
huffman_bit_writer.go#L1123: nbits += b.len() + a.len()
huffman_bit_writer.go#L1125: nbits += c.len()
huffman_bit_writer.go#L1152: nbits += c.len()
huffman_bit_writer.go#L1154: count += int(c.len())
huffman_code.go#L21: func (h hcode) len() uint8 {
huffman_code.go#L136: total += int(f) * int(h.codes[i].len())
huffman_code.go#L145: total += int(h.codes[f].len())
huffman_code.go#L159: total += int(f) * int(code.len())
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |